home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iagrd.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  769 b   |  37 lines

  1.  
  2. // JavaScript wrapper for r3iagrd.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAGRID_H = 1;
  7. include("real/intact/r3iarect.js")
  8.  
  9.  
  10. var R3CLID_IAGRID = 58;
  11.  
  12.  
  13.  
  14.  
  15. R3IAGRIDA_GridName = 58500;
  16. function SetR3IAGRIDA_GridName(value) {
  17.   R3Set(this.r3obj, R3IAGRIDA_GridName, value, R3TID_STRING, 0); 
  18. }
  19.  
  20. function GetR3IAGRIDA_GridName() {
  21.   return R3Get(this.r3obj, R3IAGRIDA_GridName, R3TID_STRING, 0); 
  22. }
  23.  
  24.  
  25.  
  26. function r3Iagrid () { 
  27.    this.base = r3God;
  28.    if(arguments.length) {
  29.       this.base(R3CLID_IAGRID, arguments);
  30.    }
  31.    // Attributes
  32.    this.GetGridName=GetR3IAGRIDA_GridName;
  33.    this.SetGridName=SetR3IAGRIDA_GridName;
  34. }
  35.  
  36. r3Iagrid.prototype=new r3Iarectangle;
  37. // r3iagrd.h_H